formatting of "# xl list -h" is off (due to missing \n)
authorStefano Stabellini <sstabellini@xensource.com>
Mon, 9 Aug 2010 16:05:51 +0000 (17:05 +0100)
committerStefano Stabellini <sstabellini@xensource.com>
Mon, 9 Aug 2010 16:05:51 +0000 (17:05 +0100)
Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/xl_cmdtable.c

index 94e2cc996147d56aba1a789cfa74d7ec6b18a419..90125d9cd006ac1fef420d7a882ac8c2e2242475 100644 (file)
@@ -35,8 +35,8 @@ struct cmd_spec cmd_table[] = {
       &main_list,
       "List information about all/some domains",
       "[options] [Domain]\n",
-      "-l, --long                              Output all VM details"
-      "-v, --verbose                   Prints out UUIDs",
+      "-l, --long              Output all VM details\n"
+      "-v, --verbose           Prints out UUIDs",
     },
     { "destroy",
       &main_destroy,